Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Behavior<T> Class / Detach Method

In This Topic
    Detach Method (C1Behavior<T>)
    In This Topic
    Detaches the behavior from the Microsoft.AspNetCore.Components.ComponentBase.
    Syntax
    'Declaration
     
    
    Public Sub Detach( _
       ByVal o As T _
    ) 
    public void Detach( 
       T o
    )

    Parameters

    o
    See Also